CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MFC DIB

搜索资源列表

  1. CDib

    0下载:
  2. Visual C++ MFC中没有提供一个专门的类来处理DIB位图,因此,为了方便地使用位图文件,我们有必要派生一个CDib类。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:8254
    • 提供者:xwtiancai
  1. BmpformatBrowser

    0下载:
  2. 一个用vc是实现的简单的位图浏览程序,界面是MFC实现的,程序中图片的屏显使用的是DIB的显示方式-a vc used is a simple bitmap viewer, interface MFC is the process of screen pictures of DIB is the display mode
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:12075
    • 提供者:上官思
  1. OpenGL-EPS-WMF-Output

    2下载:
  2. 这个文章和附件中的代码实现如何将OpenGL/MFC程序输出到 encapsulated postscr ipt (EPS)和Windows enhanced metafile (EMF)文件格式。最终的目标是能够产生可以编辑、打印和展示的适量图形文件。 -* display a vrml 3D triangular mesh using OpenGL in a MFC MDI application, * change the rendering options such as
  3. 所属分类:OpenGL program

    • 发布日期:2016-11-11
    • 文件大小:1299456
    • 提供者:
  1. imageTechFunction

    0下载:
  2. vc图像处理技巧函数,总结出一个COperateBitmap类,可以实现方便的对图象的读取、保存、剪贴板操作、DIB和DDB的转换,下面列出头文件,工程文件我把它写成了一个MFC扩展DLL。-vc image processing techniques function, summed up a COperateBitmap categories, can be achieved easily on the image to read, save, clipboard operations, D
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2042
    • 提供者:李昀
  1. bmp

    0下载:
  2. 一个打开bmp图像的简单mfc 例程,例程中使用的是dib图像类-Bmp image to open a simple routine mfc
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:38851
    • 提供者:zhou
  1. Deployment

    0下载:
  2. The sample demo workspace includes two projects: DIB Test for Win32 environments, and DIB CE for CE environments that demonstrate the DIB wrapper. You will need the CE SDKs from Microsoft to be installed before you can build DIBSectionTestCE.dsw. The
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:247717
    • 提供者:Cooper Chen
  1. DIBButtonMFC

    0下载:
  2. 使用DIB制作动画按钮,基于MFC框架,使用自制的按钮类,可以按照个人喜好制作按钮-Use DIB to make Anamition button
  3. 所属分类:source in ebook

    • 发布日期:2017-05-15
    • 文件大小:3772476
    • 提供者:沈海
  1. openIMG

    0下载:
  2. 用MFC与Opencv结合,打开图片.这种方法简单易懂,不需要建立一个什么DIB类啊-use Opencv in MFC to open the picture you want
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:19509
    • 提供者:莫羽琪
  1. VC_6_0BMP

    0下载:
  2. [摘要]本文探讨了VC++6.0 环境下BMP 图像文件的显示。首先详细介绍BMP 图像文件的两种类型DDB 和DIB 的各部分组成 及其意义,并对DIB 的两种形式Windows DIB 和OS/ 2 DIB 加以区别,然后利用VC++6.0 的MFC 库函数对DDB 位图的显示加以 实现,对DIB 位图的显示过程以程序流程图的形式详细说明-[Abstract] This article discusses the environment of VC++6.0 display BMP
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:158311
    • 提供者:xiaoquan
  1. 1

    0下载:
  2. 用于bmp位图的vc平台下的显示,主要利用了dib类,由于mfc中不支持这个类,自己编写了这个类用于图片的打开和保存-Vc for bmp bitmap display platform, the main advantage of the dib class does not support the mfc class, write your own pictures of this class is used to open and save
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-14
    • 文件大小:3207993
    • 提供者:luqian
  1. DIBDisplay

    0下载:
  2. 在MFC中,编写简单的读写BMP的多文档示例。该文档不但可以直接读写BMP文件,还可打印当前DIB,还支持剪贴板操作:复制当前DIB到剪切板,也可以 将剪切板中现有的DIB复制到当前的DIB中。-display the picture
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16441231
    • 提供者:林苏
  1. ShowEffect

    0下载:
  2. mfc下图像的显示处理,是使用DIB的方式来实现图像的特效显示-mfc image display processing is the use DIB to achieve the effects of the image display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:277730
    • 提供者:yeling
  1. CDib

    0下载:
  2. 一个在mfc下简单的实现DIB操作的类,可以实现基本的dib操作功能-A simple mfc under the DIB operation of the class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:5290
    • 提供者:yeling
  1. BMP

    0下载:
  2. 一个MFC打开BMP的程序,利用了简单的Dib类,基于单文档,适合初学者!-A MFC open BMP program, using the simple Dib class, based on single document, is suitable for beginners.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:4087054
    • 提供者:张宏广
  1. ImageEditor

    0下载:
  2. 一个MFC打开BMP的程序,利用了简单的Dib类,基于单文档,适合初学者!可以编辑图片-A MFC open BMP program, using the simple Dib class, based on single document, is suitable for beginners.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:325881
    • 提供者:张宏广
  1. Image-zoom

    0下载:
  2. VC++,MFC基于DIB的BMP图像缩放-DIB-based BMP image scaling
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:65889
    • 提供者:lifeng
  1. CDib

    0下载:
  2. Visual C++ MFC中没有提供一个专门的类来处理DIB位图,因此,为了方便地使用位图文件,我们有必要派生一个CDib类-Visual C++ MFC does not provide a specialized class to handle the DIB bitmap, therefore, in order to easily use the bitmap file, we need to derive a CDib class
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2849
    • 提供者:chenchao
  1. chap1_5

    0下载:
  2. MFC多文档程序 功能为打开图片,保存图片,添加了DIB类-open a bmp
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:4151333
    • 提供者:freedom
  1. Chapter01

    0下载:
  2. 在vc界面下,编写的关于图像格式DIB的文件,包含有一个MFC设计界面。类的设计-Vc interface prepared by the DIB image format files contains a MFC design interface. The design of the class
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:217420
    • 提供者:高书勤
  1. mydib

    0下载:
  2. DIB类的封装 在MFC中不提供任何对于DIB的支持。为了方便使用,设计了一个DIB类。用C++实现。-Does not provide any support for DIB DIB package in MFC. For ease of use, the design of a DIB class. In C++.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-23
    • 文件大小:3185
    • 提供者:尹雨田
« 1 23 »
搜珍网 www.dssz.com